\(\int \frac {(d+e x^n)^q}{x^2 (a+b x^n+c x^{2 n})} \, dx\) [150]

   Optimal result
   Rubi [A] (verified)
   Mathematica [F]
   Maple [F]
   Fricas [F]
   Sympy [F(-2)]
   Maxima [F]
   Giac [F]
   Mupad [F(-1)]

Optimal result

Integrand size = 29, antiderivative size = 212 \[ \int \frac {\left (d+e x^n\right )^q}{x^2 \left (a+b x^n+c x^{2 n}\right )} \, dx=\frac {2 c \left (d+e x^n\right )^q \left (1+\frac {e x^n}{d}\right )^{-q} \operatorname {AppellF1}\left (-\frac {1}{n},1,-q,-\frac {1-n}{n},-\frac {2 c x^n}{b-\sqrt {b^2-4 a c}},-\frac {e x^n}{d}\right )}{\left (b^2-4 a c-b \sqrt {b^2-4 a c}\right ) x}+\frac {2 c \left (d+e x^n\right )^q \left (1+\frac {e x^n}{d}\right )^{-q} \operatorname {AppellF1}\left (-\frac {1}{n},1,-q,-\frac {1-n}{n},-\frac {2 c x^n}{b+\sqrt {b^2-4 a c}},-\frac {e x^n}{d}\right )}{\left (b^2-4 a c+b \sqrt {b^2-4 a c}\right ) x} \]

[Out]

2*c*(d+e*x^n)^q*AppellF1(-1/n,1,-q,(-1+n)/n,-2*c*x^n/(b-(-4*a*c+b^2)^(1/2)),-e*x^n/d)/x/((1+e*x^n/d)^q)/(b^2-4
*a*c-b*(-4*a*c+b^2)^(1/2))+2*c*(d+e*x^n)^q*AppellF1(-1/n,1,-q,(-1+n)/n,-2*c*x^n/(b+(-4*a*c+b^2)^(1/2)),-e*x^n/
d)/x/((1+e*x^n/d)^q)/(b^2-4*a*c+b*(-4*a*c+b^2)^(1/2))

Rubi [A] (verified)

Time = 0.16 (sec) , antiderivative size = 212, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 3, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.103, Rules used = {1570, 525, 524} \[ \int \frac {\left (d+e x^n\right )^q}{x^2 \left (a+b x^n+c x^{2 n}\right )} \, dx=\frac {2 c \left (d+e x^n\right )^q \left (\frac {e x^n}{d}+1\right )^{-q} \operatorname {AppellF1}\left (-\frac {1}{n},1,-q,-\frac {1-n}{n},-\frac {2 c x^n}{b-\sqrt {b^2-4 a c}},-\frac {e x^n}{d}\right )}{x \left (-b \sqrt {b^2-4 a c}-4 a c+b^2\right )}+\frac {2 c \left (d+e x^n\right )^q \left (\frac {e x^n}{d}+1\right )^{-q} \operatorname {AppellF1}\left (-\frac {1}{n},1,-q,-\frac {1-n}{n},-\frac {2 c x^n}{b+\sqrt {b^2-4 a c}},-\frac {e x^n}{d}\right )}{x \left (b \sqrt {b^2-4 a c}-4 a c+b^2\right )} \]

[In]

Int[(d + e*x^n)^q/(x^2*(a + b*x^n + c*x^(2*n))),x]

[Out]

(2*c*(d + e*x^n)^q*AppellF1[-n^(-1), 1, -q, -((1 - n)/n), (-2*c*x^n)/(b - Sqrt[b^2 - 4*a*c]), -((e*x^n)/d)])/(
(b^2 - 4*a*c - b*Sqrt[b^2 - 4*a*c])*x*(1 + (e*x^n)/d)^q) + (2*c*(d + e*x^n)^q*AppellF1[-n^(-1), 1, -q, -((1 -
n)/n), (-2*c*x^n)/(b + Sqrt[b^2 - 4*a*c]), -((e*x^n)/d)])/((b^2 - 4*a*c + b*Sqrt[b^2 - 4*a*c])*x*(1 + (e*x^n)/
d)^q)

Rule 524

Int[((e_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> Simp[a^p*c^q*
((e*x)^(m + 1)/(e*(m + 1)))*AppellF1[(m + 1)/n, -p, -q, 1 + (m + 1)/n, (-b)*(x^n/a), (-d)*(x^n/c)], x] /; Free
Q[{a, b, c, d, e, m, n, p, q}, x] && NeQ[b*c - a*d, 0] && NeQ[m, -1] && NeQ[m, n - 1] && (IntegerQ[p] || GtQ[a
, 0]) && (IntegerQ[q] || GtQ[c, 0])

Rule 525

Int[((e_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> Dist[a^IntPar
t[p]*((a + b*x^n)^FracPart[p]/(1 + b*(x^n/a))^FracPart[p]), Int[(e*x)^m*(1 + b*(x^n/a))^p*(c + d*x^n)^q, x], x
] /; FreeQ[{a, b, c, d, e, m, n, p, q}, x] && NeQ[b*c - a*d, 0] && NeQ[m, -1] && NeQ[m, n - 1] &&  !(IntegerQ[
p] || GtQ[a, 0])

Rule 1570

Int[(((f_.)*(x_))^(m_.)*((d_) + (e_.)*(x_)^(n_))^(q_))/((a_) + (c_.)*(x_)^(n2_.) + (b_.)*(x_)^(n_)), x_Symbol]
 :> With[{r = Rt[b^2 - 4*a*c, 2]}, Dist[2*(c/r), Int[(f*x)^m*((d + e*x^n)^q/(b - r + 2*c*x^n)), x], x] - Dist[
2*(c/r), Int[(f*x)^m*((d + e*x^n)^q/(b + r + 2*c*x^n)), x], x]] /; FreeQ[{a, b, c, d, e, f, m, n, q}, x] && Eq
Q[n2, 2*n] && NeQ[b^2 - 4*a*c, 0]

Rubi steps \begin{align*} \text {integral}& = \frac {(2 c) \int \frac {\left (d+e x^n\right )^q}{x^2 \left (b-\sqrt {b^2-4 a c}+2 c x^n\right )} \, dx}{\sqrt {b^2-4 a c}}-\frac {(2 c) \int \frac {\left (d+e x^n\right )^q}{x^2 \left (b+\sqrt {b^2-4 a c}+2 c x^n\right )} \, dx}{\sqrt {b^2-4 a c}} \\ & = \frac {\left (2 c \left (d+e x^n\right )^q \left (1+\frac {e x^n}{d}\right )^{-q}\right ) \int \frac {\left (1+\frac {e x^n}{d}\right )^q}{x^2 \left (b-\sqrt {b^2-4 a c}+2 c x^n\right )} \, dx}{\sqrt {b^2-4 a c}}-\frac {\left (2 c \left (d+e x^n\right )^q \left (1+\frac {e x^n}{d}\right )^{-q}\right ) \int \frac {\left (1+\frac {e x^n}{d}\right )^q}{x^2 \left (b+\sqrt {b^2-4 a c}+2 c x^n\right )} \, dx}{\sqrt {b^2-4 a c}} \\ & = \frac {2 c \left (d+e x^n\right )^q \left (1+\frac {e x^n}{d}\right )^{-q} F_1\left (-\frac {1}{n};1,-q;-\frac {1-n}{n};-\frac {2 c x^n}{b-\sqrt {b^2-4 a c}},-\frac {e x^n}{d}\right )}{\left (b^2-4 a c-b \sqrt {b^2-4 a c}\right ) x}+\frac {2 c \left (d+e x^n\right )^q \left (1+\frac {e x^n}{d}\right )^{-q} F_1\left (-\frac {1}{n};1,-q;-\frac {1-n}{n};-\frac {2 c x^n}{b+\sqrt {b^2-4 a c}},-\frac {e x^n}{d}\right )}{\left (b^2-4 a c+b \sqrt {b^2-4 a c}\right ) x} \\ \end{align*}

Mathematica [F]

\[ \int \frac {\left (d+e x^n\right )^q}{x^2 \left (a+b x^n+c x^{2 n}\right )} \, dx=\int \frac {\left (d+e x^n\right )^q}{x^2 \left (a+b x^n+c x^{2 n}\right )} \, dx \]

[In]

Integrate[(d + e*x^n)^q/(x^2*(a + b*x^n + c*x^(2*n))),x]

[Out]

Integrate[(d + e*x^n)^q/(x^2*(a + b*x^n + c*x^(2*n))), x]

Maple [F]

\[\int \frac {\left (d +e \,x^{n}\right )^{q}}{x^{2} \left (a +b \,x^{n}+c \,x^{2 n}\right )}d x\]

[In]

int((d+e*x^n)^q/x^2/(a+b*x^n+c*x^(2*n)),x)

[Out]

int((d+e*x^n)^q/x^2/(a+b*x^n+c*x^(2*n)),x)

Fricas [F]

\[ \int \frac {\left (d+e x^n\right )^q}{x^2 \left (a+b x^n+c x^{2 n}\right )} \, dx=\int { \frac {{\left (e x^{n} + d\right )}^{q}}{{\left (c x^{2 \, n} + b x^{n} + a\right )} x^{2}} \,d x } \]

[In]

integrate((d+e*x^n)^q/x^2/(a+b*x^n+c*x^(2*n)),x, algorithm="fricas")

[Out]

integral((e*x^n + d)^q/(c*x^2*x^(2*n) + b*x^2*x^n + a*x^2), x)

Sympy [F(-2)]

Exception generated. \[ \int \frac {\left (d+e x^n\right )^q}{x^2 \left (a+b x^n+c x^{2 n}\right )} \, dx=\text {Exception raised: HeuristicGCDFailed} \]

[In]

integrate((d+e*x**n)**q/x**2/(a+b*x**n+c*x**(2*n)),x)

[Out]

Exception raised: HeuristicGCDFailed >> no luck

Maxima [F]

\[ \int \frac {\left (d+e x^n\right )^q}{x^2 \left (a+b x^n+c x^{2 n}\right )} \, dx=\int { \frac {{\left (e x^{n} + d\right )}^{q}}{{\left (c x^{2 \, n} + b x^{n} + a\right )} x^{2}} \,d x } \]

[In]

integrate((d+e*x^n)^q/x^2/(a+b*x^n+c*x^(2*n)),x, algorithm="maxima")

[Out]

integrate((e*x^n + d)^q/((c*x^(2*n) + b*x^n + a)*x^2), x)

Giac [F]

\[ \int \frac {\left (d+e x^n\right )^q}{x^2 \left (a+b x^n+c x^{2 n}\right )} \, dx=\int { \frac {{\left (e x^{n} + d\right )}^{q}}{{\left (c x^{2 \, n} + b x^{n} + a\right )} x^{2}} \,d x } \]

[In]

integrate((d+e*x^n)^q/x^2/(a+b*x^n+c*x^(2*n)),x, algorithm="giac")

[Out]

integrate((e*x^n + d)^q/((c*x^(2*n) + b*x^n + a)*x^2), x)

Mupad [F(-1)]

Timed out. \[ \int \frac {\left (d+e x^n\right )^q}{x^2 \left (a+b x^n+c x^{2 n}\right )} \, dx=\int \frac {{\left (d+e\,x^n\right )}^q}{x^2\,\left (a+b\,x^n+c\,x^{2\,n}\right )} \,d x \]

[In]

int((d + e*x^n)^q/(x^2*(a + b*x^n + c*x^(2*n))),x)

[Out]

int((d + e*x^n)^q/(x^2*(a + b*x^n + c*x^(2*n))), x)